

.thumb {
    max-width: 200px;
    margin: 10px;
    cursor: pointer;
    transition: 0.2s;
}
.thumb:hover {
    transform: scale(1.05);
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#overlay img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 4px;
}

#closeBtn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #0091A5;
    cursor: pointer;
    font-weight: bold;
}

.arrow {
    position: absolute;
    top: 50%;
    font-size: 50px;
    color: #0091A5;
    cursor: pointer;
    user-select: none;
    transform: translateY(-50%);
    font-weight: bold;
}

#prevBtn { left: 30px; }
#nextBtn { right: 30px; }

/* allg. Hintergrund */


body{
	background-image: url("..\\images\\back.jpg");	
	background-repeat: no-repeat; /* Do not repeat the image */		
	background-color:#ffffff;
	font-family: Calibri, Garamond, Cambria, Georgia, 'Times New Roman', serif, Roboto;
	background-size: cover; 
	font-size: 18px;	   
	margin: 0;	
	color: #222222;
}

div.head{
	text-align: center;	
	
	background-color:#F1EADA;
	/*width: 100vw;	*/
	width:100%;
	/*color:white;*/
	/*box-sizing: border-box;*/
    padding: 2px;
	margin: auto;
	padding-left: 10px; /*Abstand Text innen*/
	padding-right: 10px; /*Abstand Text innen*/
}

div.wide{
	/*text-align: center;	*/
	/*background-color:#4f94cd;*/
	width: 100vw;	
	height: 300px;	
	
	/*background: #0091A5 url("../images/title.png") repeat-x;*/
	background: #F1EADA url("../images/title.jpg") center repeat-x;
	background-size: 100% auto;
	/*color:white;*/
	/*box-sizing: border-box;*/
    padding: 2px;
	margin: auto;
	padding-left: 10px; /*Abstand Text innen*/
	padding-right: 10px; /*Abstand Text innen*/
}

div.bar{
	/*text-align: center;	*/
	/*background-color:#4f94cd;*/
	width: 100vw;	
	height: 1px;		
	background: #0091A5 repeat-x;	
	/*color:white;*/
	/*box-sizing: border-box;*/
    padding: 2px;
	margin: auto;
	padding-left: 10px; /*Abstand Text innen*/
	padding-right: 10px; /*Abstand Text innen*/
}

/* Petrol = #0091A5 */

div.footer{
text-align: center; font-size: 11px; background-color: #0091A5; color: white; padding: 0.1rem; margin-top: auto; 
}
 
/* aktuell ungenutzt */
div.caption{
	/*background-color:#0077f6;*/
	/*background: rgba(0, 119, 246, .8);*/
	background: rgba(255, 255, 255, .8);
	width:80%;
	margin: auto;
	/*color:white;*/
	padding-left: 10px; /*Abstand Text innen*/
	padding-right: 10px; /*Abstand Text innen*/	
}

/* Textbox Kapitel */
div.main{
	
	/*background: rgba(225, 225, 225, .8);*/
	width:80%;
	margin: auto;
	padding-left: 10px; /*Abstand Text innen*/
	padding-right: 10px; /*Abstand Text innen*/
}

/* Überschrift anpassen */
h2{
	color: #0091A5;
	font-family: cursive, Garamond, Cambria, Georgia, 'Times New Roman', serif, Roboto;
}

a { color: #0091A5; text-decoration: none; /* optional: removes underline */ } a:hover { color: red; /* optional: hover effect */ }
a.white { color: white; text-decoration: none; /* optional: removes underline */ } a:hover { color: gray; /* optional: hover effect */ }

#form_message {
  width: 100%;
}
  
#form_name {
  width: 300px;
}

p.round {
    background-color: #F1EADA;
    padding: 12px;
    border-radius: 12px; /* hier entstehen die runden Ecken */
    border: 1px solid #ccc;
  }
  
   #cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2b2b2b;
    color: #fff;
    padding: 20px;
    display: none;
    z-index: 9999;
    font-family: sans-serif;
  }

  .cookie-content {
    max-width: 900px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }

  #cookie-banner button {
    padding: 10px 18px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
  }

  #accept-cookies {
    background: #4caf50;
    color: white;
  }

  #decline-cookies {
    background: #777;
    color: white;
  }
